home *** CD-ROM | disk | FTP | other *** search
/ Aminet 1 (Walnut Creek) / Aminet - June 1993 [Walnut Creek].iso / aminet / util / bench / dhrystone11.lha / Dhrystone / README < prev   
Text File  |  1993-04-20  |  2KB  |  55 lines

  1. Dhrystone 1.1 Benchmark
  2. -----------------------
  3.  
  4. For info contact me by email at dcc@dcs.ed.ac.uk, by post
  5. to 2 Main St., Carnock, Dunfermline, FIFE, Scotland KY12 9JQ,
  6. or see originator's name in file.
  7.  
  8. This kit contains the source code for an old-ish version of Dhrystone,
  9. together with AmigaDOS executables, for 68000/noFPU and 68020/68881.
  10. It is intended for people who have systems on which Nic Wilson's
  11. "SysInfo" tester doesn't yet work properly, e.g. accelerated A500's
  12. and A3000/16's - it is not nearly as good a test, but should work on
  13. all Amigas, and since the code has been optimised, gives higher
  14. readings than the SysInfo Dhrystone code, useful for boasting to
  15. friends with other types of machine.
  16.  
  17. The number of iterations, which has to be set by a #define in the
  18. source at compile time, is set to 500,000 - to get accurate readings
  19. for very fast machines (68040 etc.) it is advisable to increase it.
  20.  
  21. Files
  22. -----
  23.  
  24. dhrystone.c     source code
  25. dhrystone       Amiga executable; any CPU, FPU neither required nor used
  26. dhry881           "       "       68020 or above with FPU
  27.  
  28.  
  29. Results
  30. -------
  31.  
  32. All values in dhrystones. SysInfo written in 68000 assembler by Nic
  33. Wilson. Other tests compiled from the included source with gcc-2.3.3
  34.  
  35.   Machine                            Sysinfo 3.15   Without FPU   With FPU
  36.   -------                            ------------   -----------   --------
  37.  
  38.   Amiga 500 Chip RAM only                 530            ?           N/A
  39.  
  40.   Amiga 3000/25, Page Mode FastRAM,      4750           7000         7350
  41.   cpu cache burst fastrom,
  42.   ramsey burst
  43.  
  44.   Amiga 3000/25, Page Mode FastRAM,     20200          27000        29000
  45.   PPI Mercury 28MHz 68040, set040 -f,
  46.   cpu cache burst copyback
  47.  
  48.   Sun 4 Sparcstation ELC                  N/A           N/A         30000
  49.  
  50.   Sun 4 Sparcserver 4/75                  N/A           N/A         35000
  51.  
  52.  
  53. Dave Crooke
  54. 19-Apr-93
  55.